home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_SELECTTAB / TFORM_SELECTTAB.txt
Text File  |  2003-11-13  |  2KB  |  80 lines

  1. object Form_SelectTab: TForm_SelectTab
  2.   Left = 424
  3.   Top = 295
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Notes'
  6.   ClientHeight = 244
  7.   ClientWidth = 295
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Button_OK: TButton
  22.     Left = 205
  23.     Top = 10
  24.     Width = 85
  25.     Height = 25
  26.     Caption = 'OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 0
  30.     OnClick = Button_OKClick
  31.   end
  32.   object Button_Cancel: TButton
  33.     Left = 205
  34.     Top = 40
  35.     Width = 85
  36.     Height = 25
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.     OnClick = Button_CancelClick
  41.   end
  42.   object Button_All: TButton
  43.     Left = 205
  44.     Top = 85
  45.     Width = 85
  46.     Height = 25
  47.     Caption = 'Select &All'
  48.     TabOrder = 2
  49.     OnClick = Button_AllClick
  50.   end
  51.   object Button_None: TButton
  52.     Left = 205
  53.     Top = 115
  54.     Width = 85
  55.     Height = 25
  56.     Caption = 'Select &None'
  57.     TabOrder = 3
  58.     OnClick = Button_NoneClick
  59.   end
  60.   object Button_Invert: TButton
  61.     Left = 205
  62.     Top = 145
  63.     Width = 85
  64.     Height = 25
  65.     Caption = '&Invert selection'
  66.     TabOrder = 4
  67.     OnClick = Button_InvertClick
  68.   end
  69.   object List_Tabs: TGFXListBox
  70.     Left = 10
  71.     Top = 5
  72.     Width = 186
  73.     Height = 231
  74.     ExtendedSelect = False
  75.     ItemHeight = 20
  76.     TabOrder = 5
  77.     OnDblClick = List_TabsDblClick
  78.   end
  79. end
  80.